file stream造句
例句與造句
- writes a byte to the current position in the file stream
將一個字節(jié)寫入文件流的當前位置。 - class, is passed to the file stream in the
構造函數(shù)中的文件流。 - class that provides the api which writes xml to a file stream . the
類的實現(xiàn),該類提供將xml寫入文件流的api。 - indicates whether or not the writing to the log file stream flushes the buffer
指示寫入日志文件流時是否刷新緩沖區(qū)。 - event to initialize fonts, file streams, and other resources used during the printing process
事件以初始化字體、文件流和其他在打印過程中使用的資源。 - It's difficult to find file stream in a sentence. 用file stream造句挺難的
- defines constants for controlling the type of access other file streams can have to the same file
定義常數(shù)來控制其他文件流對同一文件可以擁有的訪問權限類型。 - event to release fonts, file streams, and other resources used during the printing process, like fonts
事件以釋放字體、文件流和其他在打印過程中使用的資源(如字體)。 - just as there are several backing stores other than disks, there are several kinds of streams other than file streams
正如除磁盤外存在多種后備存儲一樣,除文件流之外也存在多種流。 - directs tracing or debugging output to a text writer, such as a stream writer, or to a stream, such as a file stream
將跟蹤或調(diào)試輸出定向到文本編寫器(例如流編寫器),或定向到流(例如文件流)。 - while you might simply throw the file stream into a parser and hope for the best, thats a relatively heavyweight solution
雖然可以將文件/流交給解析器并期望最好的結果,但這是一種相對笨拙的辦法。 - problem . to resolve this, once you create a temporary file atomically, you must always use the file descriptor or file stream you got when you opened the file
解決這種問題的方法是,一旦自動創(chuàng)建了一個臨時文件,就必須始終使用打開該文件時得到的文件描述符或文件流。 - block can be used to release resources such as file streams, database connections, and graphics handles without waiting for the garbage collector in the runtime to finalize the objects
塊可以用來釋放資源,而不用等待由運行庫中的垃圾回收器來終結對象。有關更多信息,請參見 - block, or to release any external resources such as graphics handles, database connections or file streams without waiting for the garbage collector in the runtime to finalize the objects
塊可能留下的任何不明確狀態(tài),或釋放任何外部資源而不用等待運行庫中的垃圾回收器來終結相關對象。